Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Sensor Pod to USV Comms. #24

Merged
merged 3 commits into from
Apr 4, 2024
Merged

feat: Added Sensor Pod to USV Comms. #24

merged 3 commits into from
Apr 4, 2024

Conversation

Adam0Brien
Copy link
Owner

  • Sensor Pod saves sensor values to an arraylist when "isSubmerged" == 1
  • Sends sensor values over radio network when "isSubmerged" == 0

image

  • Once a value is sent over radio it is then removed from the list to prevent duplicates

Fixes #16

@Adam0Brien
Copy link
Owner Author

The new Makecode block for the library in this PR is the "Listen for Sensor pod temp/light value

image

Here is an example of how the block views data on the transmitter micro:bit
image
This light value is being sent back from the sensor pod and being written to the serial of the users microbit

@Adam0Brien Adam0Brien merged commit 79501a2 into main Apr 4, 2024
1 check passed
@Adam0Brien Adam0Brien deleted the sensor-pod-comms branch April 6, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create USV to Sensor pod comms
1 participant